A subset of Server Actions focused on form submissions. They simplify handling form data without manual fetch calls.
Automatically bind to <form> elements. Server actions can be invoked using the action attribute in a <form> element
Handle form data parsing and validation.
Support pending states (e.g., loading buttons).